home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 37 / CD Expert nº 37.iso / LastCall / lastcall.exe / stuff / splash.dxr / 00012.ls < prev    next >
Encoding:
Text File  |  2000-03-23  |  183 b   |  14 lines

  1. property pTimer
  2.  
  3. on beginSprite
  4.   pTimer = the ticks
  5. end
  6.  
  7. on exitFrame
  8.   if soundBusy(1) or ((the ticks - pTimer) < (6 * 60)) then
  9.     go(the frame)
  10.   else
  11.     go(#next)
  12.   end if
  13. end
  14.